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?
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...
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 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...
I'm trying to write a search page and having the infamous SQL Server Ignored words problem. Basically what I want to do is to filter out all of the ignored words from what my user entered.
To that end, I have an array which contains all of the SQL ignored words.
I have a 2nd arary which...
Here is, in a nutshell, what I'm trying to do.
Two tables - articles and comments
articles has:
article_id, headline, article_text
comments has:
comment_id, article_id, comment_text, headline
Now... SOME of the comments are linked to articles in the database. Others are not because they are...
I'm using MS Access 2003 as a front end to a MS SQL2000 database which stores some press releases and some case studies for a website. User makes change to content using Access form - website updates. Pretty simple.
I'd like to be able to let the end user add some formatting to the text, i.e...
I'm an old school ASP guru trying to make the switch to ASP.NET and need some help with what is probably a pretty simple question.
I'm using a repeater element connected to a database to display a list. I'm trying to add some paging controls to it so it only shows a few records at a time. I...
I'm building a database and some ASP pages to serve press releases for a website. I'd like to categorize each release so, for example, I can have a main page that lists them all... and on specific pages throughout the site I can pull out relevant press releases, ie: on my pages about apples i...
I'm trying to install Service Pack 3 on my Win2k Server machine and every time I get the error message:
"The file C:\WINNT\SYSTEM32\DCPROMO.EXE is open or in use by another application"
The install procedure then halts and I cannot install the service pack.
From what I've read...
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.