Configuration :: Port Used By Asp Server?
Nov 13, 2010just like all applications uses a defualt port, which port does asp.net webserver use of the system.
View 6 Repliesjust like all applications uses a defualt port, which port does asp.net webserver use of the system.
View 6 Replieshow to run asp web site on different port in iis 5.1 server?
i have change the port no. but i can't run my web site on that port so plz. give me complete information and step to run asp web site in iis server on other than different port.
I have this error : Unable to lunch this iis express web server.port '1032' is in use ....
View 1 RepliesWhen I add a second website to my solution, it is putting it on a different port. My first website is running on port 50483, and my new website is running on port 55760. I was a little surprised, because I don't see the need to run them on different ports since they are seperate virtual directories.
It makes using response.redirect difficult.
I have we have deployed an ASP.NET applicatio (3.5 framework ) in IIS 6.0. It works fine in port 82 but it gives error in port80. we have installed follwoing KB969612 for IE8 issue to make it work
View 2 Replieson my vistual studio 2010 I can see my project by [URL]
but I can access my project on either localhost or Ip address without the port number , how can I access the web page without the port number?
I am working on a ASP.NET 2.0 application. I am accessing thewebsite on my machine using
http://localhost:Port/Main/login.aspx
I want to access this application from another machine using IP. (http://IPAddress:Port/Main/login.aspx)
How to access ASP.NET 2.0 website that is being developed on one machine from another machine.
In VS 2010 there is an property (usedynamicport) to set port value.
How to set usedynamicport property to false and set port number in VS 2005.
I am developing a website in ASP.NET. I wanted to know how can I give a static path to my website on my local mahcine such that it will always be deployed on port number. For eg: in php, the path can always be http://localhost/websitename
but in ASP.NET, whenever, I debug the website for testing, it is always deployed to a new port number. This prevents me from testing my script which can only be given a static name in Greasemonkey.
I have setup a new site in IIS Manager and set the Host name to the actual website address, so everytime I try to access the site via the web it takes me to the site hosted on my pc. Do I need to change the port or use a virtual directory? Running on Vista.
View 1 Repliesi can control a LPT port or COM port or any other hardware of server using ASP.Net with C#. I haven't found any clue in the internet.
I want to control a COM port Parallel port from web application.
In the past I deployed my apps using IIS running on IE6 and VS2008. When deploying using IIS a port number was attached to the localhost something like: [URL] then after deployment the website could be accessed from any other machine using the url. Recently VS2008, IIS and IE8 was installed. But now when I use IIS to deploy the app no port number is attached to the localhost which means that the app cannot be accessed
by another machine.
This is because of the default setting being installed. There is a way to go into properties and change the default settings to make IIS deploy the app with the port number. How you change the default setting to make IIS deploy the app with the port number attached again so the app can be accessed by another machine using the apps url?
im creating a project.i developed a circuit for usb. i will connect this device to server's usb port. Can i access this device from a client?(not read/write file. i will send some commands to usb). Usb connection program is ready.How can i access from client? Which method will i use? web service,wcf or others.
View 4 RepliesI am currently following certain video tutorials on ASP.NET. I am working on my local machine (Win 7 - Localhost).When the instructor gets to the following line:
[Code]....
He stops and says I can't show you for "Privacy Reasons" < Which is understandable.BUT He fails to mention where we can get that info from !! can get the Port by simply scrolling onto the Localhost server icon in the bottom right hand side of the Windows Taskbar. And for host I'm guessing it'll be localhost !! However I don't know what the username and password
i want to send an email using authenticate smtp server with port number(For Example SMTP Server is :
192.168.0.8 and port : 587).
i got lots of example but failed to find smtp server with port number using authentication.
How to port the data of a SQL Server table to a excel file?
View 8 RepliesWell I am having a problem when I have put my .NET 2.0 web site on IIS 6. I have used UrlMapping to redirect some old urls. It is working fine when I am using it on the VS local server port but when I deploy it to IIS 6, its giving a 404 Page not found error.
I've found that in a few forums they are talking about using Wildcard Mapping, but none of them provide me with a good explanation of how to achieve this. Added to this, what are the security risks of doing such a modification on IIS Level (if there are any?)
I've written a Generic Handler so I can access my server's COM port through javascript. I'm doing this, because I'm writing a Web Interface to an ESP-88 from BOSE, for internal use. The code must be configurable, and I added routines for both TCP/IP support and RS232. In a desktop app, the code runs fine, but in an ASP.net 4.0 App, the code crashes with the error "Access to the port 'COM2' is denied.". TCP/IP connections work, but serial is also required for us.
View 1 RepliesI was configured an application in IIS,while running it shows login page successfully and i entered the credentials then it was redirected to HomePage with an error of(HomePage not displayed but the URL is rediredcted to HomePage)
Error message 401.2.: Unauthorized: Logon failed due to server configuration.Already i was searched in google and tried to resolve the problem but no use.
I can specify a port number with SmtpClient object in ASP.NET, what I am wondering is, is that just the port .NET uses to send mail to the SMTP server? Or will that dictate what port for the SMTP server to use? Or is it that it MUST match the port configured for the SMTP server?
View 2 RepliesASP.NET 2.0 and COM Port Communication
I have a managed DLL which communicates with the devices attached on COM/Serial ports. The desktop Winforms application sends requests on ports and receives/stores data in memory. In Winforms app I have added a reference to DLL and I am using the methods. This works well. Now, there is a situation where I need to show this data from serial/com port on a web-page. And also users should be able to send requests to the ports using this DLL. I have made a web app in ASP.NET (2.0). Added a reference to the DLL. I am able to use this DLL, the DLL communicates on the COM upon button click on web-page and also the response is shown on web page. However I am not happy with the approach and strongly feel that this is a bad approach. Also the development server crashes after 3 -4 requests. What is the best approach in this scenario. If I use a windows service then how would my ASP.net app will communicate with the Weindows service.Or can this be easily done using WCF. I have not used WCF any time nor any of .net remoting technique.
I need a sniffer to catch all http communications on certain port, recommend one for me.
View 1 RepliesI following this article for sending SMS it is a winform application.. I have referenced all the Dll's to my asp.net application. I use an aspx page to detect a mobile device connected to a PC..... But it alwys shows COM 'n' Port could not be opened.
using SMS;
using GsmComm.GsmCommunication;
using GsmComm.PduConverter;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
GsmCommMain comm = new GsmCommMain(6, 9600, 300);
comm.Open();
if (!comm.IsConnected())
{
Response.Write("No Phone Connected");
}
else
{
SmsSubmitPdu pdu = new SmsSubmitPdu("test", "+919999999999", "");
CommSetting.comm.SendMessage(pdu);
}
}
}
EDIT:
I use the web development server that ships with Visual Studio... If go to Control Panel -> Phones & Modems -> Modems i could see my mobile connected in com6.. i have tested the winform application it works fine.Is this the answer? ASP.NET pages are supposed to work.What is happening over here is that when you click on open_com button, the ASP.NET page posts back to itself, executes the event handler i.e., opensthe port. Then when the page finishesprocessing the post back, it is unloaded. At this point the COM1 objects is also destroyed.
I have a web site developed in framework 3.5 , OS 2008 Server and iis 6.0 My web site running on port no. 80 and accessible in Lan network but it is not accessed when I changed to any port no like 8060 or 88. how to change port no so that I can access it in LAN network
View 6 RepliesDoes anyone know if it is possible to configure Intelligencia.UrlRewriter to work when accessing a site via a port other than 80?[URL]
View 1 RepliesI am using serial port communication in my asp.net webform application...
[code]....
This method works when i send i single message... But when want to send sms in bulk opening and closing port everytime is not a good idea... So my question is it possible to use a serial port like session in c#?... When i open a port i want it to be open for 1 hour and then if my time expires i want to close the port and open it the next time...