Showing posts with label showing. Show all posts
Showing posts with label showing. Show all posts

Wednesday, March 28, 2012

Suddenly Noticed ASP.net as user account on my computer

Can anyone tell me why "ASP.net Machine A" recently started showing up as one of my user accounts on my computer? Does this have something to do with Service Pack 2? It says it's a limited account and password protect but I didn't set it up. What's the deal?The following FAQ will explain the ASPNET account, and will show you how to remove it.
Why is there an ASP.NET account on my machine?

my problem is similar except it is asking for a password for this account and is now requiring a password for my own account before it will launch windows. I have never set up a password so I don't know how to get into my computer to uninstall the ASP.Net account. Even bringing it up in Safe Mode it is still asking for a password.

Does anyone have a solution for this?

Tuesday, March 13, 2012

switch project from "file" to "web"?

I've taken over a project from another for a webservice. He originally set it up as "file" based, so it's showing up as "c:\path\to\site" in the solution manager. This is causing issues and it should be setup as a website withhttp://virtual/to/site.

Is there a way to switch a file based one to a web based one and have it use IIS ?

Nevermind... just readded it manually to the solution, seemed to work

Hi:

I think you are talking about an ASP.NET 2.0 application?

You can simply make a File System application work smoothly with IIS, by creating a new website poiting to the folder of that application, and open a web path in VS 2005 instead of the File System

Am I getting you correct?

Regards


yes, the issue was that it was under source control...

It's all good now though, thank you.


Hi Curt, I am glad it worked fine now.

Take care my friend,

Regards