Search

You searched for the word(s): userid:130046

Matching Posts

  • ASP.NET Web App/WebService DLL dependencies

    Hi everyone, I have a web app and some webservices that use enterprise .net libraries (.dll) but when i add these references on my web projects Visual Studio adds some other assemblies that my application doesn't need. I don't know why, but when i create a windows project that use the same libraries just the assembly i add is located as a DLL on my project. The only solution i have found is to compile the web app and to remove the extra assemblies added to my BIN folder. Is there a reason
    Posted to Installation and Setup (Forum) by larrydotnet on 11/18/2009
  • Re: Textbox WebControl Enabled/Disabled problem: Disabled controls looks great in Firefox but in IE they don't

    Yes, i coded the last suggestion and all wroked fine. Thanks for your support. Larry
    Posted to Web Forms (Forum) by larrydotnet on 11/10/2009
  • Re: Textbox WebControl Enabled/Disabled problem: Disabled controls looks great in Firefox but in IE they don't

    In fact, the control gets disabled (i can't write on it) whatever browser i use, the point here is that on Firefox the control looks disabled but not in IE. Any suggestions? Larry.
    Posted to Web Forms (Forum) by larrydotnet on 10/28/2009
  • Textbox WebControl Enabled/Disabled problem: Disabled controls looks great in Firefox but in IE they don't

    Hi everyone, I don't know if you face the same problem when your page logic has to set the enabled textbox's property to FALSE. If i use FireFox to browse the page, my disbled controls are show with a dark-silver background color (perfect for me), but when i browse with IE, disabled or enabled textboxes are show the same way (no color differences). Is there a way to manage controls appearance depending on the Enabled property? I appreciate your support. Thanks.
    Posted to Web Forms (Forum) by larrydotnet on 10/27/2009
  • Re: How to use ChangePassword control without Membership provider?

    Yes, i fiugured it out. I've copied the rendered html to create a custom page and then using my services to change the password. I feel disapointed with the CPC control due to its membership dependency, considering the control has all the mechanisms to change the password without a membership. Maybe it could be a special property in the control to avoid that but i have no time to spend with. Again, thank you very much for your suggestion guys. Larry.
    Posted to Security (Forum) by larrydotnet on 10/22/2009
  • How to use ChangePassword control without Membership provider?

    Hi everyone, I have an asp.net page implementing the changepassword control and i also have a custom business object for changing the windows password. I wrote code for the ChangingPassword event, worked fine and password is changed, but just when the logic reaches the last line of the method, my page gets loading and finally i get an error message like "Can't connect to the SQL Server DataBase" and the exception is " System.Web.HttpException". I know ChangePassword control
    Posted to Security (Forum) by larrydotnet on 10/20/2009
  • Re: How to deploy multiple webervices using the same list of DLLs (BIN folder)?

    Hi, I checked the dependency suggestion but i can't get it working maybe for lack of knowledge. On my scenario i have a centralized folder (local assembly cache - LAC) where all my shared dlls are located and i need to use that folder as a source for each webservice's bin folder C:\LAC\ --> List of shared DLL's C:\inetpub\wwwroot\services\webservice 01 \bin --> list of local DLLs, also here we need libraries from GAC C:\inetpub\wwwroot\services\webservice 02 \bin --> list of
    Posted to XML Web Services (Forum) by larrydotnet on 9/22/2009
  • Key/Value Collections inside WebServices

    Hi everyone, On my windows projects i've always used SortedList collections to get elements using the element key. Now we need the same behavior on our webservices and can't get it working. Now we can include classess that are returned to the client via SOAP, but what if some properties of that classes are collections? And what if we need to use the format: collection.item( "key" ) to return de item instance? We are using CollectionBase as base collections and worked fine, but again
    Posted to XML Web Services (Forum) by larrydotnet on 8/28/2009
  • Re: How to deploy multiple webervices using the same list of DLLs (BIN folder)?

    Hey guys, thanks for replying. I read previous posts where you suggest registering assemblies on the GAC but due to some administrative reasons, we dont want to depend on using the GAC. The "Copy Local" property sounds interesting, but i have no idea how to mark that on a web service project. When i'm on windows projects it's easy to set that on the property window, which is hide or not available on my web project. If you know how to handle that please let me know. Even if i can
    Posted to XML Web Services (Forum) by larrydotnet on 8/25/2009
  • How to deploy multiple webervices using the same list of DLLs (BIN folder)?

    Hi everyone, I need to publish some webservices that use the same DLLs files. Doing that in separate projects, every time i compile my webservice projects they create a BIN folder and all references are copied inside. Now i am deploying the service using the following structure: (We have two web services: marketing and sales and the share two common Dlls: library1.dll and library2.dll) / /webservices /webservices/marketing /webservices/marketing/bin /webservices/marketing/bin/library1.dll /webservices
    Posted to XML Web Services (Forum) by larrydotnet on 8/24/2009
Page 1 of 11 (110 items) 1 2 3 4 5 Next > ... Last »