Launch ASP Development Server Manually? [closed] - asp.net

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 14 years ago.
Improve this question
There has to be a way to do this, I was googling information but I can't seem to get it to work. The sites I checked out said to do something along the lines of
start /B %WINDIR%\Microsoft.NET\Framework\v2.0.50727\webdev.webserver.exe /path:"D:\MyFolder" /vpath:/HelloWorldWebSite
In a batch file. However, none of my framework folders (im developing in 3.5) have this webdev.webserver.exe file.
Any suggestions?
UPDATE: Thanks to Casper over on this post, I found where the file resides.

C:\Program Files\Common Files\microsoft shared\DevServer\9.0
got it here on my pc
used task manager to track it

Related

I just installed QT in Linux, and there is something about permission denied [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
Image
Please help me, thank you!
you can see the detail in the image.
You are working on an external drive (e.g USB key), I guess as the path start with /media. Some Linux systems prevent any executable to be run from external drives.
Try to change your build directory to a directory on your internal HDD.

Checking out google code by HTTP [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm trying to get some code off of google code and the message given is:
Non-members may check out a read-only working copy anonymously over
HTTP.
svn checkout http://ims-dev.googlecode.com/svn/trunk/ims-dev-read-only
How would I "copy anonymously over HTTP"? If it matters, I have a Mac.
-Eric
As noted in the comments, you'll find plenty of ways to install Subversion here. After that, just run the given command in the terminal:
svn checkout http://ims-dev.googlecode.com/svn/trunk/ims-dev-read-only

How to install SQLite Database Browser from tar.gz [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
(this is an easy and silly question but I don't know how to do)
I don't know how to install a .tar.gz file.
I have download "SQLite Database Browser" here : http://sourceforge.net/projects/sqlitebrowser/
And it's a tar.gz file.
So I have found some stuff about it, I tried "./configue" "make" "makeinstall" but none of them work.
I'm sure there is an easy question because I don't find how install it but people seems to have intalled it.
Being Qt project they use "qmake" (that comes with Qt development package) instead of configure.

Online .Net Coding [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
This may not be a platform for such a question but still I'm curious to know whether i can practice visual studio coding online. Does anyone know such a website?
What i meant by practice is to write and run .net programs online. Thank You
The best I have seen is http://www.coderun.com/ide/ . Awesome.
Its not like some other websites which only allows you to run some snippet of code. Code run is like mini IDE where you can not only create project but also debug them and share the code. And that's all FREE
you can use Microsoft virtual lab
use this link
Ideone is another website that you can run your code.
Other compilers include codepad and compilr

Installing wordpress on my own server at the root [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am a little confused. I have wordpress on my server # www.something.com/wordpress but what I really want to happen is when you visit www.something.com wordpress is at the root not a subfolder. Does this make sense. I have already installed wordpress do I have to reinstall it now delete this one and install it in the correct location.
If you dont have shell access, the best route is to delete, and reinstall at the root, if you are using fantastico, or some tool to install it, when they ask you for the folder just type / and that will solve your problem.

Resources