Comments
Sort by recent activity
According to my previous message, I put in /http://localhost:2558/
Is that wrong? / comments
According to my previous message, I put in /http://localhost:2558/
Is that wrong?
I do not know what you mean by "profile hosted in development webserver".
I tried putting a forward slash in the Web Server virtual directory, but that did not work. / comments
I do not know what you mean by "profile hosted in development webserver".
I tried putting a forward slash in the Web Server virtual directory, but that did not work.
I am surprised that I have to do that.
Anyway I did what you suggested.
In the virtual directory I put /http://localhost:2558/
For the Port to bind web server I put in one of the port numbers that came back from that command you gave me.
Now I get a launch. The error message on the launched web page is; HTTP Error 400 - Bad Request. / comments
I am surprised that I have to do that.
Anyway I did what you suggested.
In the virtual directory I put /http://localhost:2558/
For the Port to bind web server I put in one of the port numbers that ...
So instead of using the IIS option I use the "Web application" option? The problem is that I cannot get that to work either. I am using a MVC application and for the path it wants me to enter an ASPX page. Not sure about that, but I put in the login.aspx as that is the first page I navigate to in my application.
Then in the server settings I put in /http://localhost:2258/myapp and for the port number I put in 2258. I select .Net4.
I try running that and it does not work. / comments
So instead of using the IIS option I use the "Web application" option? The problem is that I cannot get that to work either. I am using a MVC application and for the path it wants me to enter an AS...
I get an error message; "Failed to connect to target process because an exception occurred: Could not launch the task to be profiled. Please check your settings and try again"
When I look on the details I get;
"Cannot profile web application on port 2258: the port is already in use - please select a different port" / comments
I get an error message; "Failed to connect to target process because an exception occurred: Could not launch the task to be profiled. Please check your settings and try again"
When I look on the de...
I am looking at the properties of the virtual directory in IIS and I cannot see such a box. / comments
I am looking at the properties of the virtual directory in IIS and I cannot see such a box.
I don't think it is properly set up in IIS.
Lets go back to the beginning. I am happily running my application whilst I develop it on my local machine.
Then I download the profiler and I try to run the app. The path to my local host does not work. It seems as though I have to set up my application in IIS in order to get a pathname that will work. That is what I am now trying to do.
Maybe I do not have to do that? However the url for localhost - the default IIS settings that I do not see in the IIS manager - that I am currently using does not work. / comments
I don't think it is properly set up in IIS.
Lets go back to the beginning. I am happily running my application whilst I develop it on my local machine.
Then I download the profiler and I try to run...
Currently the default web site is binding to port 80.
I changed it to 2258 but that didn't work. / comments
Currently the default web site is binding to port 80.
I changed it to 2258 but that didn't work.
I can't find the address textbox.
If I could, is that where I type http://localhost:2258/yourapp? / comments
I can't find the address textbox.
If I could, is that where I type http://localhost:2258/yourapp?
I didn't do anything with IIS to set up my MVC 2 application on my local machine which runs on XP and IIS 5.1.
So I decided to set it up, having to fix 403 errors long the way until I got
"Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
"
The event viewer is NOT helpful.
Now I feel like giving up. / comments
I didn't do anything with IIS to set up my MVC 2 application on my local machine which runs on XP and IIS 5.1.
So I decided to set it up, having to fix 403 errors long the way until I got
"Server A...