Search

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

Matching Posts

  • Re: What skills a good web developer need?

    Hi AceCorban, Thank you for taking your time for answering my questions, this helps me a lot! Can you also tell me how most companies access their database at this moment? Thanks again! Grts, Kevin
    Posted to Jobs (Forum) by NightFlash on 12/23/2009
  • What skills a good web developer need?

    Hi, I develop small web applications in asp.net 2.0 for 3,5 year now. But since I'm the only developer in the company my experience/knowlegde isn't growing so fast as I would work in a big company. But because I have a dream that I would like to realise it's time to move and try to get in a company where I can make promotion, earn more money, ... The only thing I'm afraid of is the knowlegde, so my question to you guys is : What a good developer need to be good and what is the most
    Posted to Jobs (Forum) by NightFlash on 12/22/2009
  • Scalability in ASP.NET

    Hi, I'm creating small/medium websites for 3 years now in ASP.NET 2.0. But since the beginning I was already interested how big websites like microsoft, facebook, ... works. I know how the basic concept works in theory, but now I would like to make a test website to understand the practice... Is there somewhere a tutorial how to create such test? I already asked a friend that I can use his 2 webservers. But I have really no idea how to start such Architecture... Thanks! Grts, Kevin
    Posted to Architecture (Forum) by NightFlash on 10/29/2009
  • Re: Scalability in ASP.NET

    Thnx, Nice article! I will read it in details this evening! On the first view it's all about configuration on servers. But what about file uploading? Because you get directed to server#2 and you upload your file there. But it's not avaible on server#1 & #3 instantly, how do you handle this? Grts, Kevin
    Posted to Architecture (Forum) by NightFlash on 10/29/2009
  • How to disable logging Events / Errors in Event viewer?

    Hi, By default all warnings en errors are logged in the event viewer. Is it possible to disable it? You can log all warnings or errors in a sql database, but I cannot find a option to disable the event viewer logs. This is the code you can use to log events into an sql database : <healthMonitoring> <providers> <add name="MySqlWebEventProvider" type="System.Web.Management.SqlWebEventProvider" connectionStringName="nwdSql" maxEventDetailsLength="1073741823"
    Posted to Configuration and Deployment (Forum) by NightFlash on 6/24/2009
  • Re: How to backup Master database from SQL SERVER?

    I was thinking that too, but the file stays "in use"... otherwise that was the solution... :( any other ideas? Thnx for the help already.
  • Re: How to backup Master database from SQL SERVER?

    Thnx for the answer, unfortantly this is not a "normal" database. Since it's not registrated in SQL server (or I can't see it) so using the backup query doesn't work. Also renaming the path or file name is impossible since it's always in use. any other ideas?
  • How to backup Master database from SQL SERVER?

    Hi, This weekend something really weird happen happened, I couldn't access SQL EXPRESS anymore. This error appeared on the screen : Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it.For more information about how to rebuild the master database, see SQL Server Books Online. Luckely for me it was not SQL SERVER where most of the websites are. Now my question is : Anyone know this error? Or how you can backup the master database
  • Re: Dataset and TableAdapters in 3-tier

    I'm already a little bit closer to the solution, but it's still really weird! In the code of my webpage I use "using Blabla.Data" Because of that the dataset (example: dsCustomers) in the class library can be called. But still the TableAdapter (example: dsCustomersTableAdapters) doesn't display. But when I say Blabla.Data.dsCustomersTableAdapters he recognize it... In my opinion this is weird because I already say at the top of the project "using Blabla.Data" ... Does
  • Dataset and TableAdapters in 3-tier

    Hi, All my projects are most of the time in 3-tier. (website-project, class-library for DA, class-library for Data). Now I have a very huge table that I don't want to use the script the whole DA... So I was just thinking, I add in the TableAdapter from the dataset from that table a new query. Everything worked like planned, only one big problem... When your dataset is outside your website-project, (so in the class-library) the datset you can see with your intellisense but the TableAdapter you
Page 1 of 10 (94 items) 1 2 3 4 5 Next > ... Last »