i m very new to asp.net.i m trying my first script.i have microsoft .net framework 1.1.but when i try my script
localhost/myweb/a.aspx i m getting blank screen.please any body help me
aarya 1 Junior Poster
Recommended Answers
Jump to PostJust a quick question aarya where did you save this file? In a virtual directory in your IIS wwwroot folder? AS you can't save this to just anywhere and have it work like a standard HTML file. You need to place it in a virtual directory.
If you don't …
Jump to PostTo make this work you need to do the follow.
1. Create a Folder under your IIS directory (the default directory format that IIS installs to is C:\Inetpub\wwwroot\)
2. Open Administrative tools (Start Menu --> Control Panel --> Administrative Tools)
3. Expand the Website branch to open up the …
Jump to PostAnd this solves the problem of it not working how?
Hi Aarya,
Here u have to consider the difference between ASP and ASP.Net
ASP is just a scritping language where as ASP.Net is a language.
ASP pages are ineterpreted at rumtime. But, ASP.Net pages are compiled into MSIL at the …
Jump to PostI am also a little curious as to have you saved the file. Did you save it as an HTM or HTML file typ? That produces a blank page.
And you are navigating to is in the browser as this example shows : http://localhost/Test2.aspx Where Test2.aspx is the …
All 13 Replies
Letscode 1 Junior Poster
aarya 1 Junior Poster
campkev 0 Posting Pro in Training
Paladine 138 Master Poster Team Colleague
aarya 1 Junior Poster
Paladine 138 Master Poster Team Colleague
aarya 1 Junior Poster
kedar_challa 0 Light Poster
campkev 0 Posting Pro in Training
kedar_challa 0 Light Poster
Paladine 138 Master Poster Team Colleague
kedar_challa 0 Light Poster
Paladine 138 Master Poster Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.