I have a database driven web app written with ASP.NET 2.0 and using SQL Server 2000 for the database. It's using the user/roles/membership functionality in 2.0 and has been running fine until this morning when it began to freeze up. The only thing I can find in the event logs is the following...
I'm trying to write a script that will email me everytime an error occurs in my web app.
I have a global.asax file with the following code...
Protected Sub Application_Error(sender As Object, e As EventArgs)
Dim ex As Exception = Server.GetLastError().GetBaseException()
Dim exEmail As string...
Is there any possible way in actionscript to retrieve the URL of the current page?
_root._url will give me the URL of the swf file, but what I need is the URL of the html page that's loading the swf file.
Any ideas?
Thanks for the link. That does look a little more compmlicated than I imagined it would be.
I want the files on the network drive for backup reasons and for the fact that occasionally someone else may need to access. I'm not that familiar with Source Safe... would that help with managing the...
I'm VERY new to Visual Studio so apologies if this is a dumb n00b question.
I want to start doing more work building ASP.NET web apps in Visual Studio instead of using Dreamweaver. I have everything installed and I'm trying to create new projects.
I would like my project files to be stored on...
I have a dropdown menu and when the selected index changes, I want to call a javascript function to check the value and then disply/hide a 2nd dropdown. None of this would be difficult except for the fact that this takes place inside of a datagrid so my dropdown names change to something like...
Why cater to old users? Because my client uses Safari 1.2.
I agree with you but the client pays the bills. For whatever reason they haven't updated to the newest version and when I suggested that, the response was basically... "well it should work in all versions"
Thanks for the idea... I just...
You'll have to forgive me if this is a stupid question.
I'm a web developer and long-time PC guru (aka Mac newbie). I just recently purchased my first Mac (an iBook) so I can test websites on Mac browsers and cuz OSX rocks.
It's my experience that Safari 1.2 has lots of quirks and bugs that...
I have a spreadsheet given to me by a client which contains 2 workbooks.
1 for publications (Washington Post, NY Times, Associated Press, etc)
1 for journalists with their associated publication. So the data would be 2 columns and look like:
Bob Jones, Washington Post
John Smith, NY Times
etc...
I'm building a complex database and I'd like to have some printouts of my table designs so I can easily look up column names, data types, and lengths. SQL Enterprise Manager doesn't really appear to have a way to easily print this information. I can cut/paste from Design mode to notepad but...
I have a client using Merak who wants a website signup for integrated with it. I.e. - user fills out signup form on site and it will automatically create them an email account in Merak.
I should be able to do this with ASP and the Merak API but was just wondering if anyone had any experience...
I have a habit of posting messages to forums and then finding the answer myself. So I'll post my solution here in case others have the same problem.
I tried specifying the IP address of the SMTP server
I tried specifying the server machine name
I tried specifying Localhost and 127.0.0.1
I...
I have a Win2k server with the IIS SMTP Virtual Server turned on. I've been using it for ages to send emails from contact forms and whatnot with ASP pages.
Now I'm making the switch to ASP.NET and want to do the same. However, when I try to send an email from a .net page I get the following...
Forgive me if this is s stupid question but I do 99% of my scripting on the server side so I'm not up on my client side javascript.
I have a form where users can enter in a bunch of email addresses and hit a checkbox for wether or not that person should be contacted. I want to have it so that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.