Jump to content
Xtreme .Net Talk

Mischamel

Avatar/Signature
  • Posts

    91
  • Joined

  • Last visited

About Mischamel

  • Birthday 12/10/1976

Mischamel's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I´ve got an ASP.Net IFrame that displays an Datalist with mutliple pages that I´d like to print, but all of the pages. I already tried lots of stuff but nothing really works fine. How can I do so ??
  2. Hello, I´m going to create a WebFrontend with different COntent Pages. Webserver is IIS with WIN XP Prof. Database is MYSQL. ASP.Net with VB.Net as scriptlanguage. Here is what I will do: Different Users are able to use different types of content. Let´s say 3 Types(A,B,c). For me it means 3 Usergroups, one for each type. The Content is shown in different pages, which should be in different virtual folders(A,B,C). A Startpage with a logon form, should redirect to the menuplatform that offers the suitable links, related to the A,B or C after a succesful login. My Questions are: 1) How should I administrate the Users?? With LDAP, MySQL-table with user and access columns, local Users/Groups or any other possibility ??? 2) How do I create the Application and save the login information with the access rights to the content types about the whole session ??? URL or Formsauthentication or whatelse ??? Should I connect to the db and ask for user rights when opening a page ??? I already read lots of threads and crawled the msdn but I couldn´t figure out what to chose. It really is a very complex case and I can´t get a structured view about the informations. Thanks in advance
  3. Hello Guys, I wanna start to programm my ASP.NET applicaton within a few days. Now I´ve got the possibility to choose between 2 Dev.Envir. : Visual Studio.NET or ASP.NET WebMatrix, which I downloaded from Microsoft Website. I´ve programmed various Tools with VisualStudio.NET in VB.Net, which should also be my scripting language. Which one suites best or tell me about your experience with them / one of it. Thanks in advance Mischamel :cool:
  4. Thank you so far for your excellent advices. Does anyone of you know a link to helpful documentation, of how to setup a mssql server and how to use it ??
  5. Hi, I´m about to create a WebFrontEnd, which has to be connected to aDatabase, which receives its Data from a SystemDatabase. My question is the following: How many users can work with an Access Db synchronous. The Frontend is going to be written in ASP.NET and will be running on IIS. The Access DB will be on the same machine as the WebApplication will be. I could also copy the origin Data into MSSQL-Server instead of AccessDB. But I´ve got no experience with MSSql. Does MSSQL-Server still require IIS or is the MSSQL-Server a single as a server-working Database ?? There wouldn´t be more than 50 users be working synchronous. Thanks in advance
  6. Hi, I´m trying to find out what kind of application i´m about to create. The appl. will be connecting a Db called DB1(just for selection/read only and already exisiting) and then use this data to update and to continue working on a 2nd DB(Access or if Webserved MYSQL not existing-about to create), eventually located on IISwebserver or networkfolder(2nd decision). It should also be able to let a number of users work with it parallely. Webprogramming(ASP.Net) would afford some more book reading from me, as doing it with vb.net in a local version. Got some hints ??? :rolleyes:
  7. Wizards as they are offered from developSoftw Vb.Net. Connection is set by wizard nad dataset, dataAdapter as well. Options like Datasource of the datagrid are set in property fields on the right side of vb.net. There´s no code to post, only : Sub PageLoad() REM Or ButtonClick OleDbDataAdapter1.Fill(DS,"TABLE") REM Here it offers errmsg. DATABIND()
  8. Another one out now :: File Couldn´t be locked. Err occurs when I try to fill my Dataset. Getingnnuts.
  9. Another one out now ::
  10. Hou !!! Still the same errmsg, when I try to fill the DataSet of my DB. Can u give another advice ??
  11. Wait. I could set ASPNet as user. Further results woll follow ........ :D
  12. It doesn´t work. User ASPNET isn´t in Networkusergroup. Don´t know how to chose out of NW-Usergroup.
  13. Moin, I created an Asp Project, to show some rows in a datagrid or datalist.I Set the connection, oledbadapter and dataset in(from) the wizard or properties window. When I try to fill the ds, err msg occurs with: Db already exclusively opened or u need access key.... Do I have to set parameters in IIs config or set the Db in another path(now it´s in the inetpub folder) or are there any other recommendations in the connection settings or adapters config ???
  14. Hola, I´d like to open a new asp site in my mainframe, via clicking a asp, or html button in my linkframe. How to do this ??? :p
×
×
  • Create New...