Asked by:
help in Networking

Question
-
Dear friends, i have made a website in ASP.NET 2005 and i want to run it on my college network so that anyone can access the website which is running at a single computer(server), i cannot put mu site on 24 hr running college servers but i need to only use one od the clients and make it a server and share the application among other computers, Plz help me out.
And do also tell me the procedure to put my site on internet so that it is available for global use.
Are there any domain namespace provider which provide space for free.
Sunday, April 29, 2007 2:27 PM
All replies
-
Hey man its so easy just follow the steps:--
1. Got to the server machine and configure the IIS service and make it start all the services.
2. Make virtual directory with the name of your web site..
3. Make the database in Server machine only .....
4. Change the Wbe.Config file and make sure that Connection String is local host or any IP address which is alocated to server machine.... and check the other string properties.
5. GO to the other system on the network and type the IP address of the service machine in the URL os the IE.
For Exmaple:- \\192.168.1.111\Index.aspx
name of the start page.
6. Finish.
while doing this make sure the property for database is set to true for writing the information to the server.
Wednesday, May 2, 2007 12:43 PM -
Hey man its so easy just follow the steps:--
1. Got to the server machine and configure the IIS service and make it start all the services.
2. Make virtual directory with the name of your web site..
3. Make the database in Server machine only .....
4. Change the Wbe.Config file and make sure that Connection String is local host or any IP address which is alocated to server machine.... and check the other string properties.
5. GO to the other system on the network and type the IP address of the service machine in the URL os the IE.
For Exmaple:- \\192.168.1.111\Index.aspx
name of the start page.
6. Finish.
while doing this make sure the property for database is set to true for writing the information to the server.
with Regards,
Raman Katwal
Wednesday, May 2, 2007 12:43 PM -
Hi Kanav, If you plan on using your college system as the host for your website and want it to be accessible via the internet, then you probable will need a public IP.
The steps mentioned above will only allow you to use the website on the college network only.
I dont think there are free hosts which support asp.net. So if you want your website live, then you might consider buying a domain and a host which supports asp.net 2.0 and the database server you are using.
If you need any more info, please let me know.Thursday, May 10, 2007 1:03 AM -
currently no no one freely provides space to host ur website But u can try a trick called Dyn DNS.
Its very easy
configure ur webserver on ur local system with internet.
install DynDNS client application on ur system.
and thats it.
Just buy a domain name for a few dollars if u can.
The end user when types ur domain name as url DynDNS resolves that to ur ur system and there by ur site.
if u dont have a domain name then dont worry there r free providers try them in mydot.tkMonday, May 14, 2007 5:54 AM