hi Abhishek this is not the case. the application pool and my site are both using .NET 2.0. Thanks
Maverickcool
Posts
-
publishing web site to ftp server -
publishing web site to ftp serverhi Abhishek, yes, I have a virtual directory
-
publishing web site to ftp serverhi all i'm new to ASP.Net I'm a having a problem publishing a site on an ftp server i've created a simple site which works locally on my computer. after I published the site I can see my files on the server also I see inside the bin folder a strange dll ( doesnt know where it came from) called 'App_Web_bp2muayj' (each time I publish my site I get a different file there) when I try to open my site from HTTP I get the following error: "Could not load the assembly 'App_Web_bp2muayj'. Make sure that it is compiled before accessing the page" I tried deleting the file, and still got the same error. also tried to delete the ASP.net temp files and it didnt work. what should I do ? Thanks
-
adding web service from ftphi all i'm new to web services i've uploaded my web service files to a remote ftp in the add web reference window when I try to select my file I get in the 'web service found at this URL' the following message: 'Default credentials are not supported on an FTP request. Parameter name: value ' what does it means? what should I do? Thanks
-
adding web service from ftphi all i'm new to web services i've uploaded my web service files to a remote ftp in the add web reference window when I try to select my file I get in the 'web service found at this URL' the following message: 'Default credentials are not supported on an FTP request. Parameter name: value ' what does it means? what should I do? Thanks
-
Multiple DataAdaptershi all I have a database with multiple tables I want to fill my DataSet. must I use DataAdapter for each table in my database ? is this the best way ?
-
datacolumn boxingi'm using SQL 2005 but the boxing is not done by the SQL server it's done by the CLR
-
datacolumn boxinghi I have a general question if I write row[0][0] = 5; does a boxing occurs ? should I write (from perfomance look ) row[0][0] = (object)5;
-
can I use '+=' in a datarowThanks Colin !
-
can I use '+=' in a datarowhi I have datarow which contains an int column I want to increase the value by 1: (int)row[0][0] += 1 // the first column is an int field but when I do this I get an error: "The left-hand side of an assignment must be a variable, property or indexer" is there a way to do this?
-
XML with sql 2005hi I have a simple XML file with few nodes in the file I store values for fields in my DB how can I send the file to my DB and update my tables ?
-
collect data about visitors from BHOhi all I have a BHO program which tracks visitors on websites what is the best way to collect the data and send it to my database ? (cookies, AJAX, XML, other )
-
collect information about visitors with BHOhi all I have a BHO program which tracks visitors on websites what is the best way to collect the data and send it to my database ? (cookies, AJAX, XML, other )
-
collect information about visitors with BHOhi all I have a BHO program which tracks visitors on websites what is the best way to collect the data and send it to my database ? (cookies, AJAX, XML, other )
-
debugging BHOwhat?
-
debug BHOhi i'm having troubles debugging an BHO with IE7 and VS 2008 i'm using the BHO from http://www.codeproject.com/KB/cs/Attach\_BHO\_with\_C\_.aspx\[^\] the application is working fine for me I searched to how to debug BHO. this is what I found: "Set your IE home page set to about:blank . That way you can start up the browser as fast as possible and go where you need to. So, start up the first IE window. Then, from VS.NET use the Attach to Process item in the Debug menu to attach to iexplore.exe. Set breakpoints in your BHO. To break within the constructor, just open a second IE window." I did that but it didnt work for me it's just ignoring my breakpoints do you know otherway to debug? or maybe I'm missing something? thanks
-
debugging BHOhi i'm having troubles debugging an BHO with IE7 and VS 2008 i'm using the BHO from http://www.codeproject.com/KB/cs/Attach\_BHO\_with\_C\_.aspx\[^\] the application is working fine for me I searched to how to debug BHO. this is what I found: "Set your IE home page set to about:blank . That way you can start up the browser as fast as possible and go where you need to. So, start up the first IE window. Then, from VS.NET use the Attach to Process item in the Debug menu to attach to iexplore.exe. Set breakpoints in your BHO. To break within the constructor, just open a second IE window." I did that but it didnt work for me it's just ignoring my breakpoints do you know otherway to debug? or maybe I'm missing something? thanks
-
debugging BHOhi i'm having troubles debugging an BHO with IE7 and VS 2008 i'm using the BHO from http://www.codeproject.com/KB/cs/Attach_BHO_with_C_.aspx[^] the application is working fine for me I searched to how to debug BHO. this is what I found: "Set your IE home page set to about:blank . That way you can start up the browser as fast as possible and go where you need to. So, start up the first IE window. Then, from VS.NET use the Attach to Process item in the Debug menu to attach to iexplore.exe. Set breakpoints in your BHO. To break within the constructor, just open a second IE window." I did that but it didnt work for me it's just ignoring my breakpoints do you know otherway to debug? or maybe I'm missing something? thanks
-
Web analytic applicationI want to crearte a web analytic application for my server using C# does someone knows how to do it? where can I find some examples? do you know what are the advantages/disadvantages to creating it using Java Script thanks for your help
-
addin to IEI want to build a generic web analytic application using C# I want to do it by making an addin to IE (and using windows hooks to catch all the user's events) I tried to find some examples on how to build an addin to IE using C# but I didnt find anything can someone please point me to where I can find some examples to get me started? thanks