Hi,
Like I said I'm new to IIS. Heres what I have done so far.
I installed IIS already. Theres a few folders whaich I dont really know what its for except the
folder.
In the
folder theres an htm default file that IIS create during installation. I made an Asp.net file with Visual studio.net and it resides in a folder called,"WebApplication1" with a bunch of other .net files.
I copied the Webform1.aspx, renamed it to default.aspx and replaced it with the default.htm file in the
folder. Then to check if it work or not I typed in "
in Internet explorer. This is the error message I got,
"Server application Unavailable.The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
"
However, when I type in the whole directory to the project file example,
it works.
By default if I type in,"
Internet Explorer will bring up the "default.htm" file that resides in the
folder.Now, I dont want it to bring up the default.htm file when I type in "
in my browser, instead I would like it to bring up the "Webform1.aspx" that Ive created in vs.net. How do I do that? Do I just copy and rename the Webform1.aspx to default.aspx and stick that file in the
folder?Or do I need to modify something? Thanks for taking the time to help a newbie
