iis - running classic asp alongside .net -


i work on site built in .net accesses classic asp pages (on same server) via iframes.

to pass session use iframe thew classic asp page querystring values, , sets qs values classic asp session.

one of our customers has sent http archive confirms iframe can take 6 minutes load. here content of iframe

<%     session("userid") = request.querystring("s")     session("customerguid") = "{" & ucase(request.querystring("t")) & "}" %> 

can think of reason why take 6 minutes load?

i suppose possible reason -- web server busy (too many connection/active users, not enought ram or cpu busy).

also, in asp (classic asp) web site -- special inside global.asa ? using it?


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -