Groups > Asp .Net > Visual Web Developer 2005 Express > Re: help!!!!




help!!!!

help!!!!
Fri, 22 Feb 2008 04:21:04 +000
how can I build a website that will run on a IIS that will work properly, what
are the configurations that i need to do? previously I have made websites and I
had tried to run it on IIS/virtual directory but it doesn't work, hope you could
help me...
Post Reply
Re: help!!!!
Fri, 22 Feb 2008 05:50:53 +000
hi,

First of all what type of website you have created? Is it classic ASP, ASP .Net
or ASP .Net 2.0?

They are configured differently in IIS. If the website you have created is under
ASP.Net 2.0, make sure you have installed .Net Framework 2.0 on your IIS?

And another thing, please try to avoid typing "help!!!" in the
subject, instead, type a general subject which relates to your problem.

Let me know if you still need help.

Cheers.
Post Reply
Re: help!!!!
Fri, 22 Feb 2008 08:29:20 +000
Sorry, but I am really kinda new in web developing and I'm not sure from what
framework i'm developing. All I know is that I'm using Microsoft Visual Web
Developer 2005 Express Edition, and if I'm right, it is ASP.NET?right? and also,
I have installed Microsoft .NET Framework SDK ver.2 which I have downloaded
thinking that I need it to make those previous websites run properly. Hope you
could help me again, Tnx
Post Reply
Re: help!!!!
Fri, 22 Feb 2008 10:50:07 +000
Hi mark_celiz09

You are using ASP.NET 2.0 and Framework is already installed in your IIS. 

1. .Net Framework is different from .Net SDK (Software Development Kit) and
since you already installed visual web developer 2005, definitely you already
have .net framework.

2. In order for your IIS to handle ASP.NET 2.0 you need to set your ASP.NET
version in your virtual directory to version 2.0....

  To do this, go to control panel -> administrative tool -> IIS Manager 
     under IIS Manager -> right click your Default Web Site -> properties
     then click the tab ASP.NET -> then change the ASP.NET Version to 2.0..
something
     then you can put your website on that virtual directory

  Provided that you've copy your website on the right folder, In order for you
to test whether your IIS is working you have to type http://localhost on your
browser.

Let me know if you need more help.

 Cheers...
Post Reply
about | contact