SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Sep 21, 2007, 08:22 #1
- Join Date
- Oct 2004
- Location
- NYC
- Posts
- 306
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Is this normal? Trying to save a file "SAVE AS"?
Hello folks,
I am new to ASP.NET, I have been programming in PHP for the past few years and love it. I have a site that I am working on locally (localhost) and all is functional, I take the home file and by using "SAVE AS" save it as lets say "home2.aspx". When I load the file via localhost into my browser, I get raw code. Can anyone tell me what am I doing wrong?
If I load the original file "home.aspx", it loads up as it should.
Thanks a lot.
-
Sep 21, 2007, 13:02 #2
- Join Date
- Feb 2007
- Posts
- 1,274
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
aspx files need to be placed in a directory which is defined as an "application" in IIS. Check the IIS control panel for the directory where you saved the file.
Bookmarks