Click here to Skip to main content
15,904,926 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
Malikdanish16-Apr-15 9:04
professionalMalikdanish16-Apr-15 9:04 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
jkirkerx16-Apr-15 10:41
professionaljkirkerx16-Apr-15 10:41 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
Malikdanish16-Apr-15 20:45
professionalMalikdanish16-Apr-15 20:45 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
jkirkerx17-Apr-15 8:02
professionaljkirkerx17-Apr-15 8:02 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
Malikdanish17-Apr-15 18:29
professionalMalikdanish17-Apr-15 18:29 
GeneralRe: Bulk insert using table value parameter hangs my application Pin
jkirkerx19-Apr-15 9:18
professionaljkirkerx19-Apr-15 9:18 
Questionissue wih gridview Pin
Praveen Kandari15-Apr-15 0:20
Praveen Kandari15-Apr-15 0:20 
SuggestionRe: issue wih gridview Pin
ZurdoDev15-Apr-15 3:31
professionalZurdoDev15-Apr-15 3:31 
AnswerRe: issue wih gridview Pin
User 418025410-Jul-15 11:18
User 418025410-Jul-15 11:18 
GeneralRe: issue wih gridview Pin
Praveen Kandari15-Jul-15 19:17
Praveen Kandari15-Jul-15 19:17 
GeneralRe: issue wih gridview Pin
User 418025416-Jul-15 2:21
User 418025416-Jul-15 2:21 
QuestionHow to fix “Googlebot can't access your site” issue? Pin
Tridip Bhattacharjee14-Apr-15 21:16
professionalTridip Bhattacharjee14-Apr-15 21:16 
AnswerRe: How to fix “Googlebot can't access your site” issue? Pin
Richard Deeming15-Apr-15 1:38
mveRichard Deeming15-Apr-15 1:38 
AnswerRe: How to fix “Googlebot can't access your site” issue? Pin
ZurdoDev15-Apr-15 3:32
professionalZurdoDev15-Apr-15 3:32 
QuestionReading Excel File Pin
anokeha_prani14-Apr-15 20:34
anokeha_prani14-Apr-15 20:34 
SuggestionRe: Reading Excel File Pin
Richard MacCutchan14-Apr-15 21:13
mveRichard MacCutchan14-Apr-15 21:13 
GeneralRe: Reading Excel File Pin
anokeha_prani16-Apr-15 0:35
anokeha_prani16-Apr-15 0:35 
GeneralRe: Reading Excel File Pin
Richard MacCutchan16-Apr-15 1:00
mveRichard MacCutchan16-Apr-15 1:00 
QuestionPorting ASP / Accessdb app from one VM env to another Pin
6fingers14-Apr-15 4:49
6fingers14-Apr-15 4:49 
AnswerRe: Porting ASP / Accessdb app from one VM env to another Pin
jkirkerx14-Apr-15 7:31
professionaljkirkerx14-Apr-15 7:31 
I remember back in the day 2003, most of those asp classic websites were pretty small in size, and had a database file, usually a MDF file located someone in one of the folders. They used a ADO adapter to talk to the file.

They were easy to setup, just copy the project into a folder, setup IIS server 4 or 5, point it to the website and go.
The database file location was hard coded into the code, so you may need to adjust it.

they were developed on Windows XP, and used Server 2003 to host them.
A gig of ram should do it.

Just create a Server 2003 virtual machine, copy the project into a dedicated hard drive with a root folder of
www\new website

and give it a run. You may need to fix some data paths in the code.

GeneralRe: Porting ASP / Accessdb app from one VM env to another Pin
6fingers18-Apr-15 4:49
6fingers18-Apr-15 4:49 
GeneralRe: Porting ASP / Accessdb app from one VM env to another Pin
jkirkerx19-Apr-15 9:26
professionaljkirkerx19-Apr-15 9:26 
QuestionGridView Looping Pin
Member 1024160513-Apr-15 2:16
Member 1024160513-Apr-15 2:16 
QuestionRe: GridView Looping Pin
ZurdoDev15-Apr-15 3:32
professionalZurdoDev15-Apr-15 3:32 
AnswerRe: GridView Looping Pin
User 418025410-Jul-15 11:24
User 418025410-Jul-15 11:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.