Hi Kevin,
It is by design that there is no .designer file in website project. Anyway, I tried to reproduce this issue on my machine with the following steps:
1. Create an ASP.NET website project.
2. Add a new resource file (Resource1.resx) in the ?App_GlobalResources? folder.
3. Add ?String1? and ?String2? in the new added resource file.
4. Click the ?Save All? button, and then open the .aspx.cs file.
5. After inputting ?Resources?, the ?Resource1? displays properly. Then ?String1? and ?String2? display properly after selecting ?Resource1?.
6. I also try to add another new resource file (Resource2.resx) and the intellisense still works very well.
My Visual Studio is 2005 Team Suite edition with SP1 applied. If you can create web applicaton due to the ?Visual Studio 2005 Web Application Projects? addin, please remove it and install Visual Stuido 2005 SP1 instead. Otherwise, please click the ?Save All? button after modifying the resource file or before you want to get intellisense in the code behind editor. I hope the above information is helpful to you.
Sincerely,
Benson Yu
Microsoft Online Community Support
Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.