Tagged Questions
9
votes
8answers
7k views
Is There a Way to Make Remote Calls to ASP.NET Development Web Server?
I know that generally speaking, this cant be done, that is get another PC to call a site hosted under the ASP.NET DEvelopment Web Server remotely (generally you can only use localhost:port to get to ...
2
votes
3answers
123 views
ASP.NET Web Application Target Framework 3.5, but Development Server Version Information says 2.0?
I set the Target Framework for a Web Application to .Net Framework 3.5, but when I get a YSOD, the "Version information" at the bottom of the page says "Microsoft .NET Framework ...
2
votes
4answers
142 views
email in asp.net [closed]
Possible Duplicate:
sending to an email with contact form asp.net
How to send email from ASP.NET page using C# as for forget password, password will be automatically emailed to the ...
2
votes
1answer
77 views
ASP.NET app deployment mess
I have a little mess with a web application. I works in the development environment, and now I'm trying to publish it to another folder still in my own computer, so one of my colleages could try it ...
2
votes
2answers
433 views
ASP.NET Development Server is not updating changes to markup/code
I've been working on the ASP.NET Development Server recently (on an MVC project and I'm finding that it is inconsistent in how it serves the changes I make to my code. For example, I make a change to ...
2
votes
7answers
136 views
How can I showoff my ASP.NET application to my friends?
So, I made a cool demo which I want to show to my friends. But when I give them my IP-address (with the Development server's port and aspx page), it doesn't connect. How can I make it work?
2
votes
1answer
179 views
Isn't it too fast for an ASP.NET page to download in 0 ms?
I'm currently measuring the time spent to load a web page from a C# program.
The Visual Studio solution has a console program and an ASP.NET website with just one page. The website is hosted on ...
1
vote
2answers
48 views
ASP.NET Development Server concurrent processing doesn't work
I'm trying to find out why ASP.NET Development Server is not processing the requests concurrently.
So I've created a simple aspx page with the following code:
Protected Sub Page_Load(ByVal sender ...
1
vote
3answers
44 views
Request handled okay when issued by browser, but not when issued by ASP.NET application on the same machine
I'm debugging two ASP.NET applications running on the same machine under different instances of Cassini and with "custom errors" off. One app is running on port 100 and wants to perform a GET request ...
1
vote
2answers
66 views
Deployment issue asp.net web application
I have shopping cart web application. when I am running that in my local machine that works fine. But when i hosted my application online i am facing two issue
when i login and uses my application ...
1
vote
1answer
55 views
How to stop 1 solution from starting ALL your websites?
I am working in a solution with about 30 projects.
All projects are build for 1 specific customer(hence the same solution) but not all of them depend on each other.
We have for example a back-end API, ...
1
vote
3answers
205 views
What reason would Visual Studio ASP.NET Development Server start returning HTTP 503 errors?
I've been putting together a website for a few weeks, most of the routine has just been creating new web forms with master pages. I've been using the ASP.NET Development Server to view my additions to ...
1
vote
1answer
573 views
asp.net development server session not working
Can anyone please help me how can I work with 'session' while working on visual studio asp.net development server please? as I found its not working there but working with iis
Regards
1
vote
3answers
332 views
What is the difference between IIS server and development server provided by Visual studio?
Can anyone please tell me the difference between IIS Server and Development server provided by Visual Studio.
1
vote
2answers
405 views
What are the best practices to be followed in deployment of asp.net web application & WCF service in IIS 7?
Anybody can provide me the best practices to be followed in deployment of asp.net web application & WCF service in IIS 7 regarding the IIS 7 configuration settings , Security setting, application ...
1
vote
1answer
55 views
ASP.Net Development Server not showing up to date representation of the site
I was creating my new webforms application and testing it. Now I added a new textbox to the form and when pressing F5 to test, it doesn't show. None of the changes show when I try to test it.
What's ...
1
vote
1answer
165 views
Why can't I make an http request to the ASP.NET development server on localhost?
I have an ASP.NET project (VS2008 on Windows 7 with either webforms, MVC1, or MVC2 -- all the same result for me) which is just the File->New hello world web project. It's using the default ASP.NET ...
0
votes
0answers
22 views
Low framerate with HTML5 Video on Parallels + ASP.NET development server
We're developing an ASP.NET MVC application that involves playing videos. We decided to adopt HTML5 - in our context we deemed it OK to ask our users to upgrade their browser if necessary.
I'm a Mac ...
0
votes
0answers
109 views
return url from paypal sandbox
This is the code I found on the internet for the checkout button which uses paypal sandbox.
My problem is how do I return to my main page? I'm using ASP.NET Development Server so the port is ...
0
votes
1answer
204 views
Detect development server in asp.net (Visual Studio)
Can you programatically detect if the Development server in Visual Studio is used instead of IIS?
0
votes
2answers
188 views
ASP.NET Specify which files should be cached
I am developing a website in ASP.NET and I am using various javascript frameworks/libraries. The different files belonging to these frameworks/libraries rarely changes thus there is no reason to ...
0
votes
3answers
1k views
Asp.net Dev Server using wrong version of the framework?
Currently developing an ASP.NET WebApplication with VS2008. I stopped development for a few weeks, and when I came back, my project is exhibiting the following problem:
The whole project compiles ...
0
votes
15answers
18k views
Unable to launch the ASP.NET Development server because port '1900' is in use
I don't know what has got into my computer today. I was developing just fine in VS 2008 and testing my ASP.NET web site on my development server.
Then suddenly, out of the blue, I can't run my web ...
0
votes
3answers
536 views
How do I change a web site from an IIS hosted site to an ASP.Net Development Server hosted site?
On my previous machine I had IIS6 installed and created a web project using IIS as the host. This project was completed, published to an internal hosting server and checked in to source control.
I ...