Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to setup iis

Status
Not open for further replies.

jshurst

Programmer
Oct 27, 2004
1,158
US
I just installed vs2003 on my home machine and I would like to be able to create asp.net applications on it. I installed IIS but I don't know what to do next. When I try to create a project it says "Visual Studio has detected that the specified web server is not running asp.net 1.1. You will be unable to run asp.net web applications or services."

Can someone help me get started? I searched some for it and checked out the FAQ section, but didn't see anything.
 
I guess it would help if I told you my OS ;- ) I am using xp pro.

Thanks in advance.
 
Have you tried running "aspnet_regiis -i" from the framewrok folder?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I do have the SDK. I ran your suggestions ca8msm and now I am getting the 'HTTP/1.1 500 Server Error' message. I read somewhere that I should check the error logs, but I don't know how to do that (where they are located.).

Thanks,

J
 
There may be some Event Logs in the Event Viewer (Control Panel > Admin Tools) so you could check there. Also, make sure you have unchecked "show friendly http error messages" in IE.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I checked the event logs but I don't see anything. I am going to restore my system to before I installed IIS and try again. Here is what I am going to do...

Install IIS and issue the command that ca8msm gave me earlier. I will then install vs2003. Then try to create a project.

Is there anything more specific I need to do here?
 
Not really. As long as IIS is installed first, the above should work fine. Post back if not.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Still having a problem. I just installed IIS (with front page extensions). I then open up a browser and type " and I get a Server Application Error page. What am I doing wrong here?
 
What server application error do you get? is it the one that looks like:

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.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
The server has encountered an error while loading an application during the processing of your request. Please refere to the event log for more detail information. Please contact the server administrator for assistance."

I created a virtual directory and pointed it where my web page resides. If I type then it loads my index.htm (which is what I expected). I have not installed vs2003 again (yet). I then copied an entire project from my work computer to another folder and created a virtual directory for this site. When I type then this page is displayed, however, not of the asp controls show up.

I don't think that it is behaving correctly. Should I try to install vs2003 again?
 
I would try to reinstall VS again (this will also attempt to reload the framework) but you can also do some additional checking in IIS to see if you are missing anything by looking at the Application Mapppings in the properties of your site to make sure that aspx pages will be served.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I installed it again and I am having the same problem. I can not create the a web application with VS. What is the deal here? This is very frustrating...

Could it be a permissions issue? I am logged in as an administrator. Do I need to set up something different in VS?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top