Regarding deployment
-
Friends I had developed an small website in visualstudio 2008 and I had problem in Deployment of that site.. steps: 1.I installed IIS server 2.registered asp.net 3.Created virtual directary and placed in that folder It is working in One System with URL:http://localhost/home.aspx I want that site to be run in the LAN systems I am using XPsp2
came out of hardwork
-
Friends I had developed an small website in visualstudio 2008 and I had problem in Deployment of that site.. steps: 1.I installed IIS server 2.registered asp.net 3.Created virtual directary and placed in that folder It is working in One System with URL:http://localhost/home.aspx I want that site to be run in the LAN systems I am using XPsp2
came out of hardwork
What is your problem exactly ? If it has to run on the LAN, just replace localhost with the name of the machine. You understand what 'localhost' means, right ?
Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.
-
Friends I had developed an small website in visualstudio 2008 and I had problem in Deployment of that site.. steps: 1.I installed IIS server 2.registered asp.net 3.Created virtual directary and placed in that folder It is working in One System with URL:http://localhost/home.aspx I want that site to be run in the LAN systems I am using XPsp2
came out of hardwork
kumarjammula wrote:
It is working in One System with URL:http://localhost/home.aspx I want that site to be run in the LAN systems
Its means its working in the machine where you have deployed. Now Try to access it from other machine with the IP Address of the deployed system like
http://192.192.192.192/home.aspx
Make sure that system should have the same LAN.kumarjammula wrote:
3.Created virtual directary and placed in that folder
BTW : one question, you have wrote you have create the Virtual Directory, What is your Virtual Directory name? If you have the Virtual directory you should access it from
http://localhost//Home.aspx
Or you are redirecting your site from Root to any where?:confused:cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net