| Thread | Last Post | Replies |
|
| content static for 24hrs | 31 Jul 2007 17:40 GMT | 6 |
I have been creating sql server driven web sites for a few years. I now have to create one which will have over 20-40 thousand sessions per day, on servers that are not ideal. The main content changes once a day.
|
| Updating record from DetailsView with Code-Behind | 26 Jul 2007 16:45 GMT | 1 |
I want to update my records in my DetailsView control using code-behind, vb.net, however I keep running into road blocks. I am having a hard time posting the data back to the db. My app is pull all recs from the Employees table of the NW DB into a
|
| How to I get a list of databases? | 23 Jul 2007 23:52 GMT | 3 |
How can I get a list of databases in an SQL server that I have permissions for? I have used ADOX to get a list of tables in a database, but I can't find any sample ADOX code for getting a list of databases on a server that I
|
| Win 2003 X64 R2 vs JET 4.0 | 20 Jul 2007 12:13 GMT | 1 |
I am finding mixed messages about this. Is it or is not possible to connect to a Jet 4.0 database using ASP.NET 2.0 on the Windows 2003 Server R2 X64 platform? I am having a hell of a time trying to open .mdb files that I my company
|
| IIS though enabled does not allow me to run asp pages | 16 Jul 2007 09:07 GMT | 1 |
I got a test 2003 server where IIS services were enabled. However, this was previously used as a terminal server. The IIS inetpub directory is not on C drive but on M drive. Now I am trying to run a small asp page but it is not running. I checked that Internet Explorer Enhanced ...
|
| Code to manage databases | 15 Jul 2007 18:45 GMT | 3 |
I am moving to the MS SQL environment from MySQL and I was wondering if there is any ASP code out there to manage databases? In MySQL there is PhP code that allows you to view all databases you have access to. Create new databases. View all tables in a database,
|
| ASp.net 2.0, IIS, session state | 11 Jul 2007 12:04 GMT | 1 |
I hav developed web application using ASP.net 2.0 there are just 2 pages only. Both are works fine in visual studio. But same when i run on IIS 5.1 ....the page without session variable works fine.
|