Developing ASP.net with hosted server controls

Discussion in 'ASP.NET / ASP.NET Core' started by l.a.marco, Jul 13, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Considering that discountASP.Net is not a testserver, I would expect that I should develop and test my component locally (localhost to be precise). However in order to test it, I need the same controls from the server on my local machine. E.g. the AspNetEmail control.

    Is there a way to get a binary copy of these controls only for development purposes?

    Else it's more like coding very carefully and testing it in production! I think nobody would benefit from that scenario.

    Regards,

    Marco
     
  2. Let me add this idea for components: Why can't we design our products local and refernece the components remotely.
     
  3. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    You can download trial versions from the component vendor for short term use, or you can purchase the component for long term use.

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  4. I have this same problem, I think the hosted controls are worthless without the ability to test them locally...and I for one spent many many hours getting the treeview to work, only to find out it only works 1 if you have inline code, codebehind wont work, 2 you cant run it at ALL locally once you have it setup this way...

    There has to be a better way...this is totally unacceptable for a developer...its not worth having hosted components..you my as well just get rid of them!
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    Hey, good point.

    But the limitation is a Windows problem. Let's hope Longhorn fix that.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  6. not a "problem" perse..more like a security risk.

    imagine exposing .dll's to the public..the risk would simply just be too great. I could not imagine any instances where i would allow remote access to installed components.

    A way to use the hosting account as a test server would be to create a sub-directory, create a user and then remove anonymous access to that folder while assigning the newly created user to that folder. That way you CAN use DASP as a test environment.

    either that or simply get the trials that are usually available from the component vendors.

    ----
    Brian H. Madsen
    Microsoft SQL Server IG Perth - Organiser
    http://www.sqlserver.org.au
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page