Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have deploy a web application on iis express 7.5.

I want to run this application on another computer of the network.

I call this from other network but it send error of 400 Code

I call this with ip address and port it also send error of 400 Code

Please Help
Posted
Updated 29-Jan-12 22:40pm
v2
Comments
bbirajdar 30-Jan-12 4:40am    
Is it accessible locally? If yes, then you just need to replace the 'localhost' keyword in the URL with the computer name and check if it still loads...
Technoses 30-Jan-12 4:45am    
i use IP address but it not running and error of 400 occures.
i want to run this application on another computer of local network also.
bbirajdar 30-Jan-12 5:22am    
Are you able to browse the application on the local machine after deploying it to IIS 7.5 ?
Technoses 30-Jan-12 5:45am    
ya. m able to browse with localhost:8080 or 127.0.0.1:8080 (loop back ip) also but if i use 192.168.1.2:8080 (my computer's ip) on my computer(local machine). then error occurs of 400 Code..
bbirajdar 30-Jan-12 6:21am    
Did you try using http://computername/sitename/default.aspx ? from the other machine on the network?

 
Share this answer
 
Comments
Technoses 1-Feb-12 4:47am    
hi raja
the artical
Getting Started with IIS 7.5 and ASP.NET 2.0 Classic
is for Windows Server 2008 R2 and IIS 7.5.
but as i have wrote IIS Express 7.5
and i use it with Win XP SP3 and when i install it on pc.
i run it by progfiles/iisexpress/iisexpress.exe or by command prompt.
when i run it a default application starts. i have deploy an another application also. but problem is that it is not running on local with IP
like http://192.168.1.2/appname
on not running on another node of network.
i listen that the development server WebDev.Webserver not listen network request but IIS Express 7.5 listen network request and respons..
so give me tutorial / links / suggestions about IIS Express 7.5 (standalone)and not IIS 7.5
Accessing local sites from Lan IIS Express Will help you as it uses vs 2010 along with iis 7.5
 
Share this answer
 
Please cross check the steps given here in this article..

Deployment of a Website on IIS[^]
 
Share this answer
 
Comments
Technoses 30-Jan-12 4:43am    
Not on IIS
I want to deploy on IIS Express 7.5
Which is like a development server also..

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