How to host website on IIS server(Window7) ? I have installed it by intemgr and I added website there with all the permission .when ever i am browsering it . It Not showing me Default Page . and i have changed it's index.html page to default.aspx page .
I need to know What will be the proper way for Hosting and Configure a website on IIS Server(Laptop Window7).
how I can Give a proper DNS to my Website instead of an IP Address ? If In future i want to host another website than what will be role of Port Number. how we can attach database to it ?
For having database of your server you need to do some environmental changes.
1. Either your application Server need to have Database such as SQL , MS ACCESS etc.
2. You can have different Server as Database server where you installed the Database Server apps.
3. One Server setup is done then you can map the Database Server ip with Credential into the
Web.config or configuration file of your website.
This way you can build the Database server & then attached it to your Website.
Kindly chek the MSDN sites for more information on
Configuring & Running Websites on Server
and
Configuring the Databse for Website etc..
Hope this will work for you.
Please "Mark as Answer" if this helped you
If this post answered your question or solved your problem, please Mark it as Answer.
//Happy Coding
Regards,
RajeshS.
Marked as answer by Sage Gu - MSFT on Aug 27, 2012 01:50 AM
Have you installed your IIS correctly. I can use it normally without trouble. open your IIS, right click on the default web site, and select properties. You may define well of your file in hard disk. have a good luck.
Marked as answer by Kapil.k.Sharma on Sep 08, 2012 01:50 PM
Kapil.k.Shar...
Member
4 Points
11 Posts
How to Host(configure) web site Step by Step on IIS Server ?
Aug 20, 2012 11:00 AM|LINK
Hi ,
How to host website on IIS server(Window7) ? I have installed it by intemgr and I added website there with all the permission .when ever i am browsering it . It Not showing me Default Page . and i have changed it's index.html page to default.aspx page .
I need to know What will be the proper way for Hosting and Configure a website on IIS Server(Laptop Window7).
how I can Give a proper DNS to my Website instead of an IP Address ? If In future i want to host another website than what will be role of Port Number. how we can attach database to it ?
Thanks In Advance
U007
Member
15 Points
14 Posts
Re: How to Host(configure) web site Step by Step on IIS Server ?
Aug 20, 2012 11:04 AM|LINK
refere this link
http://beyondrelational.com/modules/2/blogs/55/posts/13675/wcf-7-create-and-host-a-wcf-website-in-iis.aspx
shivanand G ...
Participant
1777 Points
537 Posts
Re: How to Host(configure) web site Step by Step on IIS Server ?
Aug 20, 2012 11:33 AM|LINK
refer this..
http://www.dotnetfunda.com/articles/article1247-how-to-host-aspnet-application-on-the-web-server-iis.aspx
shivanand.G.N (shivu.betta@gmail.com)
Rajesh Sawan...
Participant
1612 Points
246 Posts
Re: How to Host(configure) web site Step by Step on IIS Server ?
Aug 20, 2012 11:34 AM|LINK
Hi Friend,
Below are the Reference links which will help you to confifure the Website on IIS 7.0
MSDN : http://support.microsoft.com/kb/323972
Code Project : http://www.codeproject.com/Articles/28693/Deploying-ASP-NET-Websites-on-IIS-7-0
Attach Database to Website :-
For having database of your server you need to do some environmental changes.
1. Either your application Server need to have Database such as SQL , MS ACCESS etc.
2. You can have different Server as Database server where you installed the Database Server apps.
3. One Server setup is done then you can map the Database Server ip with Credential into the
Web.config or configuration file of your website.
This way you can build the Database server & then attached it to your Website.
Kindly chek the MSDN sites for more information on
Configuring & Running Websites on Server
and
Configuring the Databse for Website etc..
Hope this will work for you.
Please "Mark as Answer" if this helped you
//Happy Coding
Regards,
RajeshS.
rachel liu
Member
40 Points
6 Posts
Re: How to Host(configure) web site Step by Step on IIS Server ?
Aug 21, 2012 07:45 AM|LINK
Have you installed your IIS correctly. I can use it normally without trouble. open your IIS, right click on the default web site, and select properties. You may define well of your file in hard disk. have a good luck.
Kapil.k.Shar...
Member
4 Points
11 Posts
Re: How to Host(configure) web site Step by Step on IIS Server ?
Sep 08, 2012 02:04 PM|LINK
thanksto all