Hi all!
I have used iis5 and 6 for classic .asp pages but this IIS7.0 is nasty. I can view the default IIS 7.0 page when I type in http://localhost, but I can't seem to get one of my .asp sites to come up in the browser. I really have no clue on how to set it up actually. I placed my site folder (called DNA) in wwwroot. opened IIS as administrator and created a virtual directory along with setting up my default page of index.asp. After clicking on asp icon I've set code page as 1252 and have enabled parent paths. I've also right-clicked on my DNA folder and set permissions to Everyone. I still cannot browse to the site. I get this error: "An error occurred on the server when processing the URL. Please contact the system administrator. If you are the system administrator please click here to find out more about this error." I need to be able to get my first site set up and I plan on setting it up with multiple "localhost" sites.
I've enabled trace logging and after attempting to pull up my .asp page and opening my logfile it shows this: "2009-06-14 21:15:17 ::1 GET /DNA/Index.asp |59|ASP_0130|Invalid_File_attribute 80 - ::1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+WOW64;+Trident/4.0;+SLCC1;+.NET+CLR+2.0.50727;+Media+Center+PC+5.0;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30618) 500 0 0 187"
These are the xml trace log errors I'm getting:
asp log error
LineNumber 59
ErrorCode ASP 0130
Description Invalid File attribute
asp compile failed
FilePath C:\INETPUB\WWWROOT\DNA\INDEX.ASP
ErrorCode 2147536901
module set response error status
ModuleName IsapiModule
Notification 128
HttpStatus 500
HttpReason Internal Server Error
HttpSubStatus 0
ErrorCode 0
ConfigExceptionInfo
Notification EXECUTE_REQUEST_HANDLER
ErrorCode The operation completed successfully. (0x0)
That's all I've done, but I'm not sure if there is more I need to do to enable the site to showup. Help!!!