IIS - Different Ports To Run Several Websites Under One IP Address?
Nov 18, 2010
Setting ipaddress:80 as binding is standard. Setting ipaddress:87 (or any other number rather than 80) means another website can be accessed via the same IP, using port 87. When accessing this second site from the server itself (normally, not via localhost) it works fine. But on a remote client the browser complains that the server takes too long to respond and is not displaying the site.
View 3 Replies
Similar Messages:
Oct 15, 2010
the account we use to copy/publish websites to our web server is not allowing us access to push websites. I've added this account to the permissions in the links listed in the below link, but i don't have success when trying to push remotely. When the account is in the local admins account, everything works flawlessly, but we are not allowed to have it in there. http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/31be047e-4716-4974-b8a1-be0111b50199 I've googled and searched a lot for this particular error, but am not finding an answer that helps. We get this error, 'Unable to create the Web 'http://edea01/test/planning'. You are not authorized to perform the current operation', and the above link is the scenario that matches mine the most. I don't do develompment work, but am asked to figure out this connection problem.
View 3 Replies
Oct 26, 2011
IIS6 VS2008 .... I am trying to make a site that some folders will run on different ports of IIS but with the same site name.
So p.e. i would like mysite.com and mysite.com/hello to opetate on port 83 and mysite/otherport to operate(with any subfolders) on port 84.
Is this possible?I want to have 2 different membership databases on the same site so i'm thinkg either host a complete different site inside mysite/otherport or have multiple web.configs on the inner folders.The site is actually redirected to a server IIS so p.e. the site mysite.com is actually redirected to myserver.myiis.com:83
View 5 Replies
Jun 29, 2010
I have a solution CPortal created in Visual Studio 2010. It has two Projects (CPporal and Login). If I right click the Login project folder and select 'View in Browser' It opens in IE as http://localhost:4558/Login/. If I rightclick the CPortal folder and select 'View in Browser it opens as http://localhost:1807/CPortal/. Please note the change in port number.
I am facing problem because, after I get myself authorized on the Login, it is is supposed to redirect me to CPortal, which it does, but uses the same port number that Login opened with. i.e. It redirects me to http://localhost:4558/CPortal/ and gives 404 file not found error. How do I make Visual Studio 2010 to use the same port number for both (all) projects so that this problem does not occur.
View 3 Replies
Nov 7, 2010
I have some code which connects to a port quickly and if it can connect then it turns the line in the gridview green, if it cant and times out then it turns the line red. This is great, the problem i have is that the page takes a long time to load (as it has to check each port first) and then if i want to check again if the port is up / down i have to manually refresh it which is not what im after.
[Code]....
The code is in a loop and cycles through the various ports in the DB, what i want to know is how i can write a loop that will going through each port without waiting for the last port to come back with a result
Secondly do this in some way that it will auto refresh every 30 or 60 seconds without having to refresh the whole page.
View 16 Replies
Jan 24, 2016
write a program so that we can find the comp port of a modem connected to the system..Example:- system com port or usb modem port ID should be automatically been displayed to the drop down box creagted in the web form.
View 1 Replies
Feb 4, 2010
I have an HttpHandler that runs the following code:
Uri targetUri = new Uri("http://<IP>:8090/test?q=<query>");
HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(targetUri);
StreamReader stream = new StreamReader(webRequest.GetResponse().GetResponseStream()); [code]....
It works fine in my local machine for both, the default port 80 and the different 8090 but in my hosting it doesn't works for the 8090, returning "Unable to connect to the remote server" after few seconds.Anyone knows some workaround to call ports different than the 80?
View 2 Replies
Apr 15, 2010
I have managed to expose the MEX endpoint of my WCF service and I can access it with the address like [URL] (example) and get the WDSL. So no problem there.
However, my WCF test page shows the address wrongly by using the server's name instead of the DNS name. And if I click on the link on the test page it won't work (can't get WSDL).
The WCF test page looks like this:
MyService Service
You have created a service.
To test this service, you will need to create a client and use it to call the service.
[URL]
The WCF service is hosted in IIS6. I would like to have a test page with the correct WSDL address so users can see the WSDL quickly in the browser just by clicking on the WSDL address.
In short: How can I change the MyServerName to inter.mycompany.com on the WCF test page? Can this be specified somewhere in the Web.config?
View 3 Replies
May 26, 2010
I am trying to pull entries from a database based on the current users IP Address. Here is what I have so far:
[Code]....
I am receiving the following error: Cannot find either column "Request" or the user-defined function or aggregate "Request.UserHostAddress.ToString", or the name is ambiguous.
Is it possible to do this? Should I try to access this information another way?
View 3 Replies
Sep 2, 2010
Is it possible to find out the clients IP and possibly MAC address from non IE browsers (i.e. without using ActiveX)? If so, how?
View 1 Replies
Nov 9, 2010
How do I obtain the IP address or MAC address or some Unique ID of a device within a mobile app, either client or server side?
We are developing a web application targeting iPhone, BlackBerry and Android, generally device independent, and we are looking for ways to uniquely identify a device for added authentication purpose. Is there a way to uniquely identify a mobile device, regardless of the make and model?
View 3 Replies
Jan 31, 2011
how do I grab an email address from a web form and email to that email address with the link to a webform?
View 5 Replies
Apr 20, 2010
I will consolidate several web sites into one. I have a brief design in mind. Top row: banner sencon row (main menu): home, Applications (drop down-accounting, employeement, sports etc), Your Account In 3rd big row, at left side, there will be links (or just menu listed down) In the middle, there will be contents displayed related to top and left menu. for example, If a user selects application->Sports from 2nd row, then there will be links of Tennis, Golf, Volley ball appeared in the left. if the user click 'Golf' then the center page will display contents related to golf. I am not sure it will work with multiple sitemaps or database driven menu structure etc. How can I do that? Is it a good design?
View 3 Replies
Oct 29, 2010
I get different outputs in different browsers.
[code]....
View 1 Replies
Oct 23, 2010
I'm wondering if I should learn everything in C# like what WPF and Win Forms should learn to be excellent web developer or is there specifc C# for the web?
View 3 Replies
Apr 15, 2010
im developing some backends in ASP.NET 2.0 and i have put all the images in Cache, GZIPED my CSS, JS files and everything to speedup the load of each options.
the performance its good and i have no problems with the clients but i want "MORE" fast loads and im looking for some recomendations.
Is important to mention that those websites are using only in intranets so im thinking to implement my next projects using IFRAME for content that way (i think) the options will be loading faster because they not have to load the entire site.
EDIT:
im not using viewstates i wrote HTML (code behing) generated controls and use as less as possible ASP.NET Rich controls, all my static contents are in Static vars (Header, Menu, Footer) but im just looking for speed up a litter more.
After compile my website i compress all the HTML, CSS, JS and use less of those files as possible.
but i was seeying others Backend that loads faster than my and the difference is the IFrame control that they use (i think), we check code, design, etc and we use the same (they use #INCLUDES for static HTML instead STATIC VARS with the HTML)
View 5 Replies
Jun 21, 2010
I am still pretty unkskilled with web design and since I am still learning xml/html/asp.net I wanted to pose the following question: I would like to design a site that will need to be graphically well designed and user friendly. Would it be easier to continue learning asp/xml or find a software package that can do most of the hard scripting for me and just have me select and alter; like frontpage or something better?
View 6 Replies
Nov 5, 2010
How do you compare the security of websites built in ASP.NET with other websites bulit in other technologies such as Ruby on Rails, PHP..?
View 3 Replies
Oct 17, 2010
im very new to ASP.NET and web based applications. I am very interested in building websites though. a friend told me " if you want to build web sites then forget ASP.NET as that is for applications, stick with HTML" .... but HTML is static code and ASP. NET is dynamic and surely better? the oinly one real thing that gets me though is this "if ASP.NET is used to build Web-forms and web based applications then what good is it for building web sites? ... a web based application and web site/ page are 2 different things? so if i want to get into building web sites for me and other people, what should i need to know? HTML, PHP ect?
View 6 Replies
May 4, 2010
i want to add a search facility to my website. I have many lengthy html files that should be searched. The question is should i insert the text of the html files in a table of my database and search the database or should i search the html files one by one reading them from the disk. Should the search be database based or should i open each file, read it and search it this way using for example regular expressions. What is the usual and best approach?
View 4 Replies
Mar 31, 2011
i have a website, i want to place the compile code on the production server, now i took the code on the local machine and trying to compile source code on local machine, but whenever i compile the code, in one of my control(ascx.cs) file i am getting error that the control does not exists in current context, i checked everything, Inherits, CodeFile, even in the code behind(.cs) file, everything is perfect, even i get the control id in the intellisense, when i remove the control and again add the same using intellisense, the errors gets removed but after i publish site, the same error comes again
View 2 Replies
Jun 17, 2010
We have two websites which only difference is in the design (different images, styles, layouts..etc) but the web structure of files and cs code is the same so we want to simplify its maintenance...
The actual structure would be:
DefaultA.aspx
DefaultA.aspx.cs
DefaultB.aspx
DefaultB.aspx.cs
LoginA.aspx
LoginA.aspx.cs
LoginB.aspx
LoginB.aspx.cs
One idea would be changing the design differences at runtime depending of the origin website, but we dont like much this because performance, abstraction in designing them and url confusion...
Another one is sharing the cs (both aspx inheriting and using the same cs) file but we never have done or seen it done in any website before so we wonder if its a good approach...
View 5 Replies
Oct 15, 2010
I would like to know what I need to create Web sites professionally. I mean, I am a Software Engineering student and I want to build a little "corporation", one that be competitive with the already placed around here.
View 2 Replies
Mar 10, 2011
I got one remote website and two local websites. All the .asp files are the same in 3 websites. In the remote website, there is a file aaa.asp, its url is
http://www.xxx.com/aaa.asp
In the first local website, the url of the same file is
http://127.0.0.1/local1/aaa.asp
In the second local website, the url of the same file is
http://127.0.0.1/local2/aaa.asp
My question is: In any .asp files (may be in different folders) of any above website, how can I get the url of aaa.asp by use the same code?
View 3 Replies
Jun 4, 2010
There is a website with a master-page, set of css-files,... menus. It is necessary to implement another one that will have same (or at least very similar) look-and-feel. And also it is necessary to have look-and-feel in sync.
I've tried to find for appropriate solution (at least idea, not implementation) in the internet but didn't find anything.
use an additional project (class library) that will contain an implementation of the master-page and all its comnponents (menus, images, css, etc will be stored as resources), this project will be refferenced from all web-sites that need to sare look-and-feel.
View 2 Replies