Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all
how to develop a web page in intranet using asp.net
thanks in advance..
Posted
Updated 3-Nov-11 18:34pm
v2
Comments
Sergey Alexandrovich Kryukov 4-Nov-11 0:38am    
Should I assume you know how to do in in Internet?
--SA

Exact same way as in Internet. Start here: http://www.asp.net/get-started[^].

—SA
 
Share this answer
 
As per your question i think you know how to develop a web site using asp.net for internet..

am i right or right....?


so if you know how to do this.. so you have to develop your application in the same mannar and then when it is completed and after you get build that application then you need to follow this procedure....

1) Create a Virtual directory in IIS and put your website in that directory...

2) and in intranet you can access that site using your server's ip address
means the IP address of your machine where your website is hosted in IIS..

this is some example for IIS hosting..

http://www.startvbdotnet.com/aspsite/extras/deploy2.aspx[^]

http://www.sevenforums.com/tutorials/23733-host-website-iis7-5-a.html[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 4-Nov-11 0:59am    
Useful introductory information, a 5.
--SA
Webpage in Intranet ?
I think you want to create a website and access it through intranet.

Just create one website (which contains .aspx and .cs/.vb page)
code it. and deploy it on IIS by creating nre virtual directory.

Now you can access your website on intranet. Put following address bar in IE
http://IPAddress of server/virtual directory name.

as SA suggest click above link to check how to create new website with asp.net
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 4-Nov-11 0:58am    
Good extra point. Now I would say all basics are covered.
--SA
koolprasad2003 4-Nov-11 1:05am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900