I am looking at attending Brown college or the Art institutes in Minnesota, any suggestions? I have a BA in Psychology and Sociology so I might not get another degree but want a career in photography. Does being accredited matter for photography?
December 23, 2009
November 30, 2009
Iis Web Servers - One Finds A Web Folder, The Other Doesn’t, But Can’t Find It On Either. Where Is It Defined?
I support a web application. In our development environment, we have one main test web server, and each developer has his or her own vm development web server to test their development pieces.
The main web server is working fine, but mine is not. IIS looks the same in both. The problem apparently is that the main server can find a certain web folder and my server can’t, therein is my confusion.
Both servers are calling the same page located at /app/admin/services/UserServices…
I look in iis on both servers and the app virtual points to c:\app. Under c:\app, there is an admin subfolder, but no services folder under that, let alone a UserServices.asp file.
On the main dev server, though, I used Fiddler to determine that it IS finding something at app/admin/services. On my server, it can’t. So what gives?
I’m not an expert in iis by any means, but how is that url path being found on one web server but not the other one when both look the same in iis as near as I can tell?
Is there some part of iis or some service or web agent that would be handling this possibly on one server and not the other? I’m at my wit’s end.
November 28, 2009
Iis Web Servers - One Finds A Web Folder, The Other Doesn’t, But Can’t Find It On Either. Where Is It Defined?
I support a web application. In our development environment, we have one main test web server, and each developer has his or her own vm development web server to test their development pieces.
The main web server is working fine, but mine is not. IIS looks the same in both. The problem apparently is that the main server can find a certain web folder and my server can’t, therein is my confusion.
Both servers are calling the same page located at /app/admin/services/UserServices…
I look in iis on both servers and the app virtual points to c:\app. Under c:\app, there is an admin subfolder, but no services folder under that, let alone a UserServices.asp file.
On the main dev server, though, I used Fiddler to determine that it IS finding something at app/admin/services. On my server, it can’t. So what gives?
I’m not an expert in iis by any means, but how is that url path being found on one web server but not the other one when both look the same in iis as near as I can tell?
Is there some part of iis or some service or web agent that would be handling this possibly on one server and not the other? I’m at my wit’s end.
November 23, 2009
Can Someone Tell Me How To Re-create The Aspnetdb Database Either In Sql Express Or Sql Server?
I have Visual Web Developer and I’m developing remotely to a third-party web host. I’ve set up the standard ASP.NET 2.0 Login and CreateUser pages. They were working before with a SQL Express copy of aspnetdb. I don’t know how aspnetdb got set up; I think my web host helped me put the database out there.
Today I came back from vacation and the log in was crashing with a DB error. I didn’t save the error, so I can’t tell you what it was. Then I deleted the aspnetdb file from the App_Data folder thinking it would be re-created when I created a new user. That didn’t happen and now I don’t know how to get the aspnetdb created again.
I can’t find where MSDN discusses this at all. Can someone please give me a link to that info and maybe I could figure this out myself? If not, can some tell me how to re-create the aspnetdb database either in SQL Express or SQL Server?
June 18, 2009
What Is The Difference Between Microsoft Visual Web Developer And Dreamweaver? Is Ms Vwd For Beginners, Either?
Microsoft Visual Web Developer is Microsoft’s Free version of the C# for web development. I would highly recommend MS VWD. It is very flexable, powerful but it might take a little longer to learn. It isn’t hard to write HTML / JavaScript web sites, or if you know C# you can write ASP.NET web sites which include the use of AJAX.
Dreamweaver is a good application and some people really like it. I personally don’t think it’s that all that great.